home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / thumbs_square.swf / scripts / DefineSprite_10 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-06-24  |  249 b   |  7 lines

  1. num = _name.split("_")[2];
  2. if(_parent.nodeData.childNodes[num] != null)
  3. {
  4.    var strFile = _parent.nodeData.byPath("#" + num + "/thumb").getText();
  5.    _parent.loadImage(this,_parent.nodeData.byPath("#" + num + "/thumb"),_parent.THUMB_PATH);
  6. }
  7.